Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632705 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/60 - News Website

README.md cody/swapnilsparsh/30DaysOfJavaScript/60 - News Website/README.md
181 Views
0 Comments
#News Website
Its a news website build with VanilaJS,Bulma CSS and NewsData Api

##Tech Stack
- Vanila JS
- HTML
- CSS(Bulma)

index.html cody/swapnilsparsh/30DaysOfJavaScript/60 - News Website/index.html
331 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Liberty News</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css">
</head>
Script.js cody/swapnilsparsh/30DaysOfJavaScript/60 - News Website/Script.js
179 Views
0 Comments
const gen=document.getElementById("general");
const bus=document.getElementById("buisness");
const tech=document.getElementById("tech");
const spo=document.getElementById("sports");
const en=document.getElementById("entertain");
const sear=document.getElementById("sear");
const seart=document.getElementById("seart");
const nh=document.getElementById("newshead");